home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / educate / vgw102a.zip / FILTER.FRM < prev    next >
Text File  |  1994-09-19  |  1KB  |  27 lines

  1. {This form writes the scores for two tasks for all students in the class!
  2. { but only if they pass the filter criteria
  3. {[OnePerPage] <- Add this command to print one set of students per page
  4. [SAY"This form shows how to use filters to select students."]Class: [classname]
  5. Date: [date][PageNumbers]
  6.  
  7. [dtask@1][tfilter]
  8. {Preset task filter:}
  9. [header]["Name":21][RJust][dtask@1][TaskName:25][dtask@2][TaskName:25][TaskName:25][LJust]
  10. [students][dtask@1][tfilter<80][iftfilter][dtask@2][tfilter^2,3][iftfilter][name:21][dtask@1][taskscore:25:2][dtask@2][taskscore:25:2]
  11.  
  12. {Ask task filter:}
  13. [SAY"It asks for the filter for the first task."][dtask@1][tfilter?]
  14. [header]["Name":21][RJust][dtask@1][TaskName:25][dtask@2][TaskName:25][TaskName:25][LJust]
  15. [students][dtask@1][iftfilter][dtask@2][iftfilter][name:21][dtask@1][taskscore:25:2][dtask@2][taskscore:25:2]
  16.  
  17. [db1][dfilter]
  18. {Preset database filter:}
  19. [header]["Name":21][RJust][dtask@1][TaskName:25][dtask@2][TaskName:25][TaskName:25][LJust]
  20. [students][dfilter>K][ifdfilter][name:21][dtask@1][taskscore:25:2][dtask@2][taskscore:25:2]
  21.  
  22. {Ask for database filter value:}
  23. [SAY"It then asks for the filter for the first database item."][db1][dfilter?]
  24. [header]["Name":21][RJust][dtask@1][TaskName:25][dtask@2][TaskName:25][TaskName:25][LJust]
  25. [students][ifdfilter][name:21][dtask@1][taskscore:25:2][dtask@2][taskscore:25:2]
  26.  
  27.